h1{
    color: red;
    position: absolute;
    left: 20px;
    top: 15px;
    line-height: 0px;
    font-size: 25px;
}
header{
    background-color: antiquewhite;
    height: 80px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;

}
header ul{
    position: absolute;
    right: 5vw;
    top: 0;
    line-height: 80px;
}
header li{
    display: inline;
    margin-right: 5vw;
    position: relative;
    right: -5vw;
    top: -20px;
    line-height: 0px;
    font-size: 18px;
    color: black;
}
.news{
    background-color: pink;
    color: white;
    height: 100vh;
    width: 100%;
    background-image: url("image/28defff5_E808450_168ca716.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: inline;
    align-items: ;
    justify-content: ;
}
.news h2{
    font-size: 50px;
    font-size: 30px;
    display: inline;
    margin-right: 10vw;
    position: relative;
    top: 200px;
    left: 110px;
    color: red;
}
.news p{
    color: brown;
    margin: 0px;
}
.news h1{
    font-size: 30px;
}
/*  */
@media screen and (max-width 768px) {;
    header ul{
        display: none;
    }
    header h1{
        left: 50%;
        transform: translateX(-50%);
    }
}

header a{
    color: black;
    text-decoration: none;
}
header a:hover{
    text-decoration: underline;
}
.news a{
    display: inline;
    color: green;
    text-decoration: none;
}
.news a:hover{
    text-decoration: underline;
}
.news li{
    margin-right: 0.5px;
    margin-bottom: 20px;
    flex-direction: column;
    position: relative;
    left: -50px;
    top: 100px;
    line-height: 30px;
    width: 50px;
    font-size: 20px;
    color: gold;
}